home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9806 / 000223_owner-linux-arm…r.rutgers.edu _Sat Jun 20 10:40:52 1998.msg < prev    next >
Internet Message Format  |  1998-06-30  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id KAA05647
  4.     for <willy@odie.barnet.ac.uk>; Sat, 20 Jun 1998 10:40:51 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id LAA19654
  7.     for <willy@bofh.ai>; Sat, 20 Jun 1998 11:08:03 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:35360 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <19596-7151>; Sat, 20 Jun 1998 13:06:59 +0300
  9. Received: by vger.rutgers.edu id <971098-2981>; Sat, 20 Jun 1998 05:15:01 -0400
  10. Received: from methan.in-berlin.de ([160.45.10.13]:2846 "HELO methan.in-berlin.de" ident: "NO-IDENT-SERVICE[2]") by vger.rutgers.edu with SMTP id <971106-2981>; Sat, 20 Jun 1998 04:49:26 -0400
  11. Received: by methan.in-berlin.de (Smail3.2.0.98)
  12.       from hirsch.in-berlin.de (192.109.42.6) with esmtp
  13.       id <m0ynJaK-0000nGC>; Sat, 20 Jun 1998 11:05:20 +0200 (MET DST)
  14. Received: by hirsch.in-berlin.de (Smail3.2.0.98) 
  15.       from  yoda with uucp
  16.       id <m0ynJaK-000cjyC>; Sat, 20 Jun 1998 11:05:20 +0200 (CEST)
  17. Received: by yoda.in-berlin.de (Smail3.1.28.1 #0)
  18.     id m0ynLUf-000000C; Sat, 20 Jun 98 09:07 GMT
  19. Date:     Sat, 20 Jun 1998 10:03:19 +0200
  20. From: Stefan Voss <voss@yoda.in-berlin.de>
  21. To: linux-arm@vger.rutgers.edu
  22. Subject: Re: Compiling ELF glibc
  23. Message-ID: <cde7f5948%voss@yoda.in-berlin.de>
  24. In-Reply-To: <Pine.SGI.3.91.980619201925.7935A-100000@hebe>
  25. X-Organization: Individual Network (IN), Berlin, Germany
  26. X-Mailer: Messenger v1.40b for RISC OS
  27. MIME-Version: 1.0
  28. Content-Type: text/plain; charset=us-ascii
  29. X-Posting-Agent: RISC OS Newsbase 0.60m
  30. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  31. Sender: owner-linux-arm@vger.rutgers.edu
  32. Precedence: bulk
  33. X-Loop: majordomo@vger.rutgers.edu
  34. Status: RO
  35.  
  36. In message <Pine.SGI.3.91.980619201925.7935A-100000@hebe>,
  37.      Phil Norman wrote:
  38.  
  39. > On Fri, 19 Jun 1998, Phil Norman wrote:
  40. > > make 3.75
  41. > > texinfo 3.11
  42. > > awk 3.0
  43. > > autoconf 2.12
  44. > I downloaded new versions of these and tried building them.  I managed to 
  45. > get awk and autoconf working, but I got a load of undefined references 
  46. > when making make and texinfo.  Both configured ok but they can't find 
  47. > references, including one called _xstat.  Anyone know how I might solve this?
  48.  
  49. Unresolved references to _xstat? I can remember to have this problem as
  50. well.
  51.  
  52. There are two versions of stat.h. One is found in /usr/include/sys/stat.h,
  53. the other one somewhere in /usr/local/arm-unknown-linuxaout or
  54. /usr/arm-unknown-linuxaout. The latter one should be found (and included)
  55. first in your compiler's include search path. You can determine where your
  56. compiler looks for include files by running it as "gcc -v ..."
  57.  
  58. It seems that you have progressed further than me. I'm still unsure how to
  59. go from a.out to ELF. So far I thought I have to do
  60.  
  61. 1. Compile binutils 2.9.1.0.6 for a.out
  62. 2. Compile gcc 2.8.1 for a.out
  63. 3. Install these new binutils and gcc
  64. 4. Compile binutils for ELF
  65. 5. Compile gcc for ELF
  66. 6. Compile glibc for ELF
  67.  
  68. At the moment I'm stuck on step 4. I compile binutils that produce ELF but
  69. run on an a.out system. Is this some sort of cross compiling?
  70.  
  71. Or I am going the wrong way?
  72.  
  73. > Cheers,
  74. > Phil
  75.  
  76. Regards,
  77.    Stefan
  78.    
  79. -- 
  80. Stefan Voss
  81. (voss@yoda.in-berlin.de)
  82.  
  83. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu